-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add support for python 3.13 and drop support for python 3.10 #666
Conversation
729c03e
to
18cfd83
Compare
9b8b521
to
1c819e2
Compare
cause it is only needed for versions lower than python 3.11
1c819e2
to
332a184
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #666 +/- ##
==========================================
+ Coverage 94.32% 96.58% +2.26%
==========================================
Files 146 145 -1
Lines 9724 9350 -374
==========================================
- Hits 9172 9031 -141
+ Misses 552 319 -233 ☔ View full report in Codecov by Sentry. |
newly added in python3.13 https://docs.python.org/3/whatsnew/3.13.html#ipaddress but is not json serializable
There is a good chance that python 3.13 is the faster option for your configuration. Measurements showed that it is the better python for a config with the http_input connector. |
a13669e
to
6ca0e95
Compare
had to fix the acceptance tests so that they will be skipped in CI on python 3.13 in cause of a strange bug that only occurs in CI on python 3.13. We can investigate that later. |
TODO: